home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1997 December / Electronic Clipper 1997-12.iso / Idea Source® / Main.Dir / 00034_Script_34 < prev    next >
Text File  |  1997-11-05  |  324b  |  18 lines

  1. on mouseDown
  2.   puppetsound (1) "zap"
  3.   repeat while the mousedown
  4.     set the visible of sprite (the clickon) to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite (the clickon) to true
  8.   updatestage
  9. end
  10.  
  11.  
  12.  
  13. on mouseup
  14.   if soundbusy(3) then
  15.     sound stop 3
  16.   else puppetsound (3) "helpme" 
  17. end
  18.